change to pass in the cursor direction always, not just when we need an
authorHavoc Pennington <hp@pobox.com>
Mon, 25 Feb 2002 04:19:05 +0000 (04:19 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Mon, 25 Feb 2002 04:19:05 +0000 (04:19 +0000)
commit8ddb92e4911f0f9304be211382b4e80258d7804b
tree40c503f9ac35f28487c7bd1d67944a82a7411c87
parent3e7279cff4cb1cd940a9ad22a5abf5fd4b3bfa43
change to pass in the cursor direction always, not just when we need an

2002-02-24  Havoc Pennington  <hp@pobox.com>

* gtk/gtkstyle.c (_gtk_draw_insertion_cursor): change to pass in
the cursor direction always, not just when we need an arrow, so we
can flip the cursor around its axis for RTL. Resolves #72372

* gtk/gtkentry.c (gtk_entry_draw_cursor): update for
draw_insertion_cursor change

* gtk/gtklabel.c (gtk_label_draw_cursor): ditto

* gtk/gtktextdisplay.c (gtk_text_layout_draw): ditto
12 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkentry.c
gtk/gtklabel.c
gtk/gtkstyle.c
gtk/gtkstyle.h
gtk/gtktextdisplay.c